home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 8 / developer source - volume 8.iso / delph / mar96 / woznf104.gif < prev   
Graphics Interchange Format  |  1996-11-16  |  6.7 KB  |  479x356  |  4-bit (6 colors)
   ocr: XSTRING.PAS unit Xstring; interface function FillStr - (C : Char; N : Byte): : string; export; implementation function FillStr (C : Char; N : Byte) : string; ( Returns a string wi th N characters of value C - 1 begin FillChar Result(1),N,C); Result[o] : Chr (N) : end; end. 3: 30 Modified Insert Dilfirst Xstring/